home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 018 / ash / .ashinit < prev    next >
Text File  |  1995-03-17  |  624b  |  25 lines

  1. #  .ashinit Version 860228 Thorn Smith
  2. #     Computerverse, 2448 Brenning Dr., San Jose, Ca. 95111-1901
  3. #
  4. echo type$.red help$.white for a listing of intrisics.
  5. echo type$.red exit$.white to enter the workbench.
  6. echo type$.red info$.white for a detailed listing of commands.
  7. #  aliases
  8. alias more "cat -hms $*"
  9. alias h history
  10. alias s "source $*"
  11. alias f1 "info"
  12. alias f2 "help"
  13. alias f3 "date"
  14. alias f4 "textcraft resume"
  15. alias f20 "exit"
  16. alias readme "more readme"
  17. alias info readme
  18. alias ls "dir $*"
  19. alias vi "ed $*"
  20. alias l "list $*"
  21. echo $.black set equates are:$.white
  22. set
  23. echo $.black alias equates are:$.white
  24. alias
  25.